/*** 

====================================================================
  Resources / Css Files
====================================================================

 ***/
@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animate.css');

/* reset css start */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 微软雅黑, Arial, Tahoma, sans-serif;
  font-size: 15px;
  color: #262626;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

body::-webkit-scrollbar{
  display: none;
}

*{
	
  -webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;

}

*:focus {
  outline: none;
}

a{
  color: #262626;
}

a:hover{
  text-decoration: unset;
  cursor: pointer;
}

p{
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul{
  margin-bottom: 0;
  list-style: none;
}

img{
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */      
  image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
  image-rendering: crisp-edges; 
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.container-fluid{
  max-width: 1600px;
  margin: auto;
}


/**
 * header
 * 
 */
header{
  position: relative;
  margin: auto;
  padding-left: 2%;
}

header .d1{
  margin: 0 30px 0 35px;
}


header .d1 a{
  display: block;
  padding: 20px 0;
}




header .main-menu ul {
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
   display:flex; 
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: space-around;
  margin-bottom:0;
  padding-left:0;
  list-style:none;
}

header .main-menu>ul li.active a{
  color: #bf1b1b;
}

header .main-menu ul li+li {
  margin-left:15px
}


header .main-menu ul li>a {
  display: block;
  line-height: 60px;
  padding: 10px 25px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 15px;
}


header .main-menu ul li:hover a{
  color: #bf1b1b;
}

header .main-menu >ul>li:hover a:after{
  width: 100%;
  left: 0;
}
header .main-menu ul li{
  position: relative;
}



header .main-menu ul li.dropdown {
  position:relative
}

header .main-menu ul li.dropdown:hover a{
  /*color: #1f6bb6;*/
}
header .main-menu ul li.dropdown ul.sub-menu {
  position:absolute;
  z-index:9;
  text-align:left;
  opacity:0;
  visibility:hidden;
  -o-transform-origin:0 0;
  -ms-transform-origin:0 0;
  -moz-transform-origin:0 0;
  -webkit-transform-origin:0 0;
  transform-style:preserve-3d;
  -o-transform-style:preserve-3d;
  -moz-transform-style:preserve-3d;
  -webkit-transform-style:preserve-3d;
  transform:rotateX(-75deg);
  -o-transform:rotateX(-75deg);
  -moz-transform:rotateX(-75deg);
  -webkit-transform:rotateX(-75deg);
  width: 190px;
  left:auto!important;
  background:#fff;
  display:block;
  -o-transition:-o-transform .3s,opacity .3s;
  -ms-transition:-ms-transform .3s,opacity .3s;
  -moz-transition:-moz-transform .3s,opacity .3s;
  -webkit-transition:-webkit-transform .3s,opacity .3s;
  /*padding:20px 0;*/
  -webkit-box-shadow:2px 2px 2px 0 rgb(0 0 0 / 3%);
  box-shadow:2px 2px 2px 0 rgb(0 0 0 / 3%);
  background-color: #f2f2f2;
}
header .main-menu ul li.dropdown ul li {
  padding:0;
  margin:0;
  display:block
}
header .main-menu ul li.dropdown ul li.active>a,header .main-menu ul li.dropdown ul li:hover>a {
  background: #e4e4e4;
  color: #2e2e2e;
}
header .main-menu ul li.dropdown ul li a {
  font-weight:400;
  color: #5f5f5f;
  padding: 10px 10px 10px 20px;
  line-height: 25px;
  display: block;
  
  text-transform:capitalize;
  text-align: left;
}

header .main-menu ul li.dropdown ul li:not(:last-child){
  border-bottom: 1px solid rgba(0,0,0,.05);
}
header .main-menu ul li.dropdown ul li a:hover {
  /*padding-left:25px*/
}
header .main-menu ul li.dropdown:hover .sub-menu {
  opacity:1;
  visibility:visible;
  transform:rotateX(0);
  -o-transform:rotateX(0);
  -moz-transform:rotateX(0);
  -webkit-transform:rotateX(0);
  -o-transition:-o-transform .3s,opacity .3s;
  -ms-transition:-ms-transform .3s,opacity .3s;
  -moz-transition:-moz-transform .3s,opacity .3s;
  -webkit-transition:-webkit-transform .3s,opacity .3s
}

.header-fixed{
  position: fixed!important;
  background: #fff;
  box-shadow: 0 0 5px #3333334d;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all .6s;
  left: 0;
}

.header-fixed .main-menu ul li a{
  color: #444444;
}

header.main-header .d2{
  
}

header.main-header .d3{
    position: relative; 
    padding: 0 30px 0 0px;
    min-width: 260px;
    background: #bf1b1b;
    color: #fff;
}

header.main-header .d3 p{
  padding-left: 10px;
  font-size: 15px;
}


header.main-header .d3 span{
  padding-left: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

header.main-header .d3>div{
  padding-top: 15px;
  padding-left: 30px;
}


/**
 * 
 * 顶部
 */

.head-top{
  background: #bf1b1b;
  padding: 10px 2%;
}

.head-top a{
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  
}
.head-top .d1 ul li{
  display: inline-block;
   padding-right: 25px;
   position: relative;
}

.head-top .d1 ul li:not(:last-child){
  margin-right: 25px;
}

.head-top .d1 ul li:not(:last-child):after{
    position: absolute;
    width: 1px;
    height: 20px;
    background: #fff;
    content: "";
    right: 0;
    top: 5px;
}

.head-top .d1 ul li img{
  margin-right: 6px;
}

.head-top .d2 a{
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #fff;
  padding: 3px 10px;
  border-radius: 5px;
}


/**
 * 关于我们
 */
.about-section{
  padding: 85px 2%;
}

.about-section .text .s-title{
  position: relative;
  padding-left: 15px;
}

.about-section .text .s-title:after{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bf1b1b;
  left: 0;
  top: 8px;
}

.about-section .text h2{
    font-weight: bold;
    margin-top: 25px;
    font-size: 36px;
}

.about-section .text .en-title{
  font-size: 20px;
  margin-bottom: 25px;
  color: #a6a6a6;
}

.about-section .text .c-des{
  line-height: 35px;
  color: #494949;
}

.about-section .div-img{
  position: relative;
}

.about-section .div-img .video{
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
}

/**
 *
 *数字滚动 
 */
.counter{
  margin-top: 65px;
  padding: 55px 0;
}

.counter .item{
  text-align: center;
}

.counter .item p{
  font-size: 46px;
  font-weight: bolder;
  margin-top: 25px;
  margin-bottom: 0;
  min-width: 250px;
  background-image:-webkit-linear-gradient(left,#c10401,#ff9803,#fbae0a); 
  -webkit-background-clip:text; 
  -webkit-text-fill-color:transparent; 

}

.counter .item small{
  font-size: 15px;
}


/**
 * 工程案例
 */
.case-section .title h2{
    font-weight: bold;
    margin-top: 25px;
    font-size: 36px;
}

.case-section .title p{
  color: #494949;
  margin-top: 5px;
}

.case-section .title{

  margin-bottom: 35px;
}

.case-section .main{
  overflow: hidden;
  position: relative;
}




.case-section .main .lists{
  display: -webkit-box;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: initial;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-overflow-scrolling: touch;

  /*border-bottom: 1px dashed #fff;*/
  padding-bottom: 35px;
  margin-top: -185px;
  margin-bottom: 69px;
  position: relative;
}

.case-section .main .hr{
  position: relative;
}

.case-section .main .hr:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  top: -15px;


}

.case-section .main .lists::-webkit-scrollbar{
  display: none;

}

.case-section .main .lists ul{
  display: contents;
}

.case-section .main .lists ul li{
  width: 20%;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
  border-bottom: 1px dashed #fff;
  
}

.case-section .main .lists ul li span{
  width: 25px;
  height: 26px;
  display: inline-block;
  background-image: url(../images/cases/circle-white.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  left: calc(50% - 13px);
  bottom: -13px;

}

.case-section .main a{
  color: #fff;
  font-weight: bolder;
  font-size: 20px;
  display: block;
  width: 100%;
  height: 100%;
}

.case-section .main a:hover{
  color: #bf1b1b;
}


.case-section .main a.active{
  color: #bf1b1b;
}

.case-section .main .lists ul li a.active span{
  background-image: url(../images/cases/circle-red.png);
}

.case-section .main .lists ul li a:hover span{
   background-image: url(../images/cases/circle-red.png);
}


/**
 * 我们的优势
 */
.adv-section{
  background: #f9f9f9;
  padding-top: 120px;
}
.adv-section .main .s-title {
  position: relative;
  padding-left: 15px;
}

.adv-section .main .s-title:after{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bf1b1b;
  left: 0;
  top: 8px;
}

.adv-section .main h2{
    font-weight: bold;
    margin-top: 25px;
    font-size: 36px;
}

.adv-section .main .en-title{
  font-size: 20px;
  margin-bottom: 10px;
  color: #a6a6a6;
}

.adv-section .main .red-title{
    color: #c10401;
    font-weight: bolder;
    font-size: 18px;
    margin: 20px 0;
}

.adv-section .main .c-des {
  color: #494949;
  line-height: 30px;
}

.adv-section .main ul{
  margin-left: -40px;
  margin-top: 25px;
}

.adv-section .main ul li{
  color: #494949;
  padding-left: 45px;
  background-image: url(../images/adv/check.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-bottom: 20px;
}


/**新闻中心**/
.news-section {
 padding-top: 125px;
 padding-bottom: 125px;
 background: #f9f9f9;
}
.news-section .title h2{
    font-weight: bold;
    margin-top: 25px;
    font-size: 36px;
}

.news-section .title p{
  color: #494949;
  margin-top: 5px;
}


.news-section .title{
  margin-bottom: 35px;
}

.news-section .list a{
  color: #262626;
}

.news-section .rec-news .text{
  padding: 25px;
  background: #fff;
}

.news-section .rec-news .time{
  color: #262626;
}

.news-section .rec-news .time span{
  display: inline-block;
  margin-right: 15px;
}

.news-section .rec-news p{
  margin: 15px 0;
  color: #676767;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box!important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.news-section .rec-news h3{
  font-size: 24px;
  color: #262626;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


.news-section .rec-news:hover h3{
  color: #c10401;
}

.news-section .rec-news .div-img{
  overflow: hidden;
}

.news-section .rec-news img{
  transition: all .6s;
}

.news-section .rec-news:hover img{
  transform: scale(1.1);
}

.last-news .accordion>.card>.card-header{
  background-color: #fff;
  color: #262626;
  
}

.last-news .card{
  border: none;
}

.last-news.card-header{
  border-bottom: none;
 

}

.last-news .accordion .card{
  border-radius: 0;
  border-left: 3px solid #fff;
  margin-bottom: 25px;
  
}

.last-news .accordion .active{
  margin-bottom: 25px;
  border-left: 3px solid #c10401!important;
  border-radius: 0;
}



.last-news .accordion .card-header{
  padding: 0;
}

.last-news .accordion .card button{
  background-color:#fff;
  border: none;
  font-size: 20px;
  padding: 15px 25px;
  display: block;
  width: 100%;
   background-image: url(../images/news/black.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) center;
}

.last-news .accordion .active button{
  background-image: url(../images/news/red.png);
}

.last-news .accordion .card .card-body{
  padding: 0px 25px 25px 25px;
}

.last-news .accordion .card-body .time{
  margin-top: 15px;
}

.last-news .accordion .card-body .time span{
  display: inline-block;
  margin-right: 15px;
}

.last-news .accordion .card-body p{
  color: #676767;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}



/**
 * 底部
 */
.main-footer{
  padding: 65px 0;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #bdbdbd;
}

.main-footer a{
  color: #bdbdbd;
}

.main-footer a:hover{
  color: #a32529;
}

.main-footer .title{
  font-size: 20px;
   margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
 
}

.main-footer p{
  color: #bdbdbd;
  font-size: 14px;
  line-height: 26px;
}

.main-footer .d2{
  padding-left: 25px;
}

.main-footer .copyright{
  margin-top: 65px;
  padding-top: 25px;
  border-top: 1px solid #bdbdbd;
}



/**
 * 产品中心
 */
.pagetitle{
  position: relative;
}

.pagetitle .div-img img{
  width: 100%;
}

.pagetitle .text{
  position: absolute;
  top: 45%;
  width: 100%;
  left: 0;
}

.pagetitle .text span{
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.pagetitle .text span:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 4px;
  background: #bf1b1b;
  bottom: -10px;
  left: calc(50% - 25px);
}


/**
 * 面包屑导航
 */
.bread-block{
  background: #f2f2f2;
  color: #262626;
  /*padding: 25px 0;*/
}

.bread-block a{
  display: inline-block;
  color: #262626;
  display: inline-block;
  padding: 25px 0;
}


.bread-block img{
  padding-right: 10px;
}

.bread-block ul {
  margin-left: -40px;
}

.bread-block ul li{
  display: inline-block;
  height: 100%;
}

.bread-block ul li a{
  padding: 25px 15px;
  position: relative;
}

.bread-block ul li+li{
  margin-left: 25px;
}

.bread-block ul li a:after{
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #bf1b1b;
  transition: all .3s;
}

.bread-block ul li a:hover:after{
  width: 100%;
}

.bread-block ul li.active a:after{
  width: 100%;
}



.product-cate .main{
  background: #f2f2f2;
  margin: 45px 0;
}

.product-cate .item a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 15px;
  color: #262626;
} 

.product-cate .item .text{
  font-size: 20px;
  padding-top: 10px;
}


.product-cate .item:not(:last-child){
  border-right: 1px solid #ccc;
}

.product-cate .item .text span{
  position: relative;
  z-index: 1;
}

.product-cate .item .text span i{
    width: 0;
    height: 7px;
    display: inline-block;
    background: #cd3333;
    transition: all .5s;
    left: 0;
    display: inline-block;
    position: absolute;
    top: 20px;
    z-index: -1;
}

.product-cate .item.active .text span i{
  width: 100%;
}

.product-cate .item:hover .text span i{
  width: 100%;
}

.product-cate .item:hover img{
   animation: swing .6s ease-in-out 0s forwards;
  -webkit-animation: swing .6s ease-in-out 0s forwards;
}


.product-lists .div-img{
  position: relative;
}


.product-lists .div-video{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.product-lists video{
  width:100%;
  height: 100%;
  object-fit:fill;
  opacity: 0;
}

.product-lists video.active{
  opacity: 1;
}

.product-lists video::-webkit-media-controls-enclosure{
display: none;

}

.product-lists video::-webkit-media-controls-fullscreen-button {
display: none;
}
.product-lists video::-webkit-media-controls-play-button {
  display: none;
}
.product-lists video::-webkit-media-controls-timeline {
  display: none;
}
.product-lists video::-webkit-media-controls-current-time-display{
  display: none;
}
.product-lists video::-webkit-media-controls-time-remaining-display {
  display: none;
}
.product-lists video::-webkit-media-controls-mute-button {
  display: none;
}
.product-lists video::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}
.product-lists video::-webkit-media-controls-volume-slider {
  display: none;
}

.product-lists .main{
  margin-top: 85px;
  /*margin-bottom: 65px;*/
}

.product-lists .item{
  background: #f8f8f8;
  margin-bottom: 35px;
}

.product-lists .item:hover{
  cursor: pointer;
}
.product-lists .item .more-img{
  text-align: center;
  margin-top: -27px;
  position: relative;
}
.product-lists .item .more-img span{
    display: inline-block;
    width: 55px;
    height: 55px;
    background: rgba(43, 59, 217, .2);
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}

.product-lists .item .more-img span font{
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  margin-top: 10px;
  background: #2b3bd9;
  border-radius: 50%;
}

.product-lists .item .text{
  padding: 0 15px 25px 15px;
}

.product-lists .item .title{
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
}

.product-lists .item .des{
  min-height: 66px;
  color: #7c7c7c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-lists .item .readMore{
  margin-top: 15px;
}

.product-lists .item .readMore a{
  padding: 8px 25px;
  border: 1px solid #d9d9d9;
  border-radius: 25px;
  display: block;
  color: #262626;
  text-align: center;
  margin: 10px 0;
}

.product-lists .item .readMore a:hover{
  background: #bf1b1b;
  color: #fff;
}
.product-lists .item:hover .more-img span font{
  background: #bf1b1b;

}

.product-lists .item:hover .more-img span{
  background: rgba(191, 27, 27, .2);
}

.ban-list  .item .div-img{
  overflow: hidden;
}

.ban-list  .item:hover .div-img img{
  transform: scale(1.1);
}
/**
 * 分页
 */
.pagination-wrapper{
    position: relative;
    padding-top: 45px;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.pagination-wrapper .pagination{
  position: relative;
    display: block;
}


.pagination a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #555555;
    background: transparent;
    z-index: 1;
    transition: all 500ms ease;
    padding: 0 25px;
    margin: 0 5px;
}

.pagination a:hover,.pagination a.page-num-current {
    color: #fff;
    background:#cd3333;
    border-color: #cd3333;
}

/**
 * 联系合作
 */
.cooperate-section{
    margin-top: 65px;
    padding: 85px 0;
    background-image: url(../images/product/cooperate-bg.jpg);
    background-size: cover;
}
.cooperate-section .item{
  padding: 95px 15px;
  background-size: 100% 100%;
}

.cooperate-section .item .title{
  margin: 10px 0;
  color: #9b9b9b;
}

.cooperate-section .item p{
  font-size: 20px;
}

.cooperate-section .item-left{
  background-image: url(../images/product/tri-left.png);
}

.cooperate-section .item-right{
  background-image: url(../images/product/tri-right.png);
}

.cooperate-section .item-middle{
   background-image: url(../images/product/tri.png);
}


.cooperate-section .c-title{
  text-align: center;
  position: relative;
  margin-bottom: 45px;
}

.cooperate-section .c-title span{
  font-size: 35px;
  font-weight: bold;
  position: relative;
}

.cooperate-section .c-title span:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 4px;
  background: #bf1b1b;
  bottom: -15px;
  left: calc(50% - 22px);
}

.product-detail video{
  max-width: 100%;
}

.product-detail .contact a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  color: #fff;
  font-size: 18px;
  min-width: 152px;
  text-align: center;
}

.product-detail .text{
  position: relative;
  height: 100%;
}

.product-detail .contact{
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.product-detail .contact .d1{
  background: #b51c20;
  margin-right: 25px;
}

.product-detail .contact .d1:hover{
    animation: pulse .6s ease-in-out 0s forwards;
   -webkit-animation: pulse .6s ease-in-out 0s forwards;
}

.product-detail .contact .d1 img{
  vertical-align: middle;
  margin-right: 10px;
}

.product-detail .contact .d2{
  background: #0e5595;
  transition: all .3s;
}

.product-detail .contact .d2:hover{
    animation: pulse .6s ease-in-out 0s forwards;
  -webkit-animation: pulse .6s ease-in-out 0s forwards;
}

.product-detail .text h2{
  font-size: 24px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}

.product-detail .des strong{
  color: #252525;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

.product-detail .des p{
  line-height: 24px;
}

.product-detail .content-main{
  margin-top: 55px;
  margin-bottom: 65px;
}

.product-detail .content-main .title{
  border-bottom: 1px solid #f5f5f5;
}

.product-detail .content-main .title span{
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 15px 35px;
    font-size: 20px;
    font-weight: 500;
}

.product-detail .content-main .title span:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #b51c20;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.content-text strong{
  display: block;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #b51c20;
}


/**
 * 内页关于我们
 */

.comm-title{
  padding-bottom: 25px;
  position: relative;
}

.comm-title:after{
  position: absolute;
  content: "";
  width: 36px;
  height: 4px;
  bottom: 0;
  left: calc(50% - 18px);
  background-image:-webkit-linear-gradient(left,#c10401,#ff9803,#fbae0a); 
}

.comm-title strong{
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.comm-title p{
  color: #aaaaaa;
}


.about-des p{
  color: #262626;
  line-height: 35px;
  text-align: center;
}

.about-des{
  margin-top: 45px;
  margin-bottom: 65px; 
}

.about-main{
  margin-top: 85px;
}

/**
 * 内页关于我们END
 */

/**
 * 核心优势
 */

.hx-items{
  margin-top: 55px;
}

.hx-items .item{
  background: #f8f8f8;
  margin-bottom: 45px;
}

.hx-items .item .div-text{
  padding: 45px 45px;
  width: 100%;
}

.hx-items .div-text .font{
  position: relative;
  padding: 0 85px;
  bottom: -45px;
  font-size: 65px;
}

.hx-items .div-text font{
  position: absolute;
  bottom: -25px;
  font-size: 70px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(left,#c10401,#ff9803,#fbae0a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hx-items .title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
}

.hx-items .title:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  background: #262626;
  left: 0;
  bottom: 0;
}

.hx-items .title .p1{
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 18px;
  color: #bf1b1b;
  letter-spacing: 3px;
  margin-bottom: 3px;
}

.hx-items .title .p2{
  color: #bf1b1b;
  font-size: 24px;
}

/**
 * 核心优势END
 */


/**
 * 发展历程
 */

.history-section .main{
  position: relative;
}

.history-section .swiper-container{
 /* padding: 0 45px;*/
}
.history-section .swiper2 .text{
  padding: 25px 25px;
  /*border-right: .5px solid #a3a3a3;*/
  height: 100%;
  position: relative;
}

.history-section .swiper2 .text:before{
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -15px;
  background: #a3a3a3;

}

.history-section .swiper2 .swiper-wrapper{
  -webkit-transition-timing-function: linear; /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  height: 250px;
}

.s-para{
  height: 10px;
  margin-bottom: 25px;
  margin-top: 65px;
  background-image: url(../images/nabout/history/biaochi.png);
  background-repeat-y: no-repeat;
}

.history-section{
  padding: 85px 0;
  background-image: url(../images/nabout/history/business-map-none.jpg);
  background-size: cover;
}


.h-prev,.h-next{
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  z-index: 1;
  background-size: cover;
  transition: all .6s;
}

.h-prev{
  left: -55px;
  background-image: url(../images/nabout/history/prev.png);
}

.h-prev:hover{
  background-image: url(../images/nabout/history/prev-hover.png);
}

.h-next{
  right: -55px;
  background-image: url(../images/nabout/history/next.png);
}

.h-next:hover{
  background-image: url(../images/nabout/history/next-hover.png);
}

.swiper2 .text .date{
  font-size: 24px;
  color: #bf1b1b;
  margin-bottom: 25px;
}

.swiper2 .text .des{
  line-height: 30px;
}



/**
 * 发展历程END
 */


.client-section{
  position: relative;
}

.client-section .div-text{
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.client-section .div-text .d1{
  font-size: 45px;
  font-weight: bold;
  text-shadow: 0 0 10px #252525;
  margin-bottom: 35px;
}

.client-section .div-text .d3 span{
    display: inline-block;
    padding: 10px 25px;
    margin-top: 25px;
    background-image: -webkit-linear-gradient(left,#c10401,#ff9803,#fbae0a);
    font-size: 20px;
    letter-spacing: 5px;
}


/**
 * 荣誉证书
 */

.honor-section .item{
  margin-bottom: 35px;
}

.honor-lists .item .div-img{
  position: relative;
  padding: 15px;
  background: #f2f2f2;
}
.honor-section .overlay-link{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: rgba(0, 0, 0, 0.6);
}

.honor-section .overlay-link a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}


.honor-section .overlay-link a span{
  font-size: 30px;
  font-weight: normal;
  color: #cd3333;
  display: inline-block;
  margin-top: 30%;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #cd3333;
  border-radius: 50%;
}

.honor-section .overlay-link a img{
  position: absolute;
  top: calc(50% - 39px);
  left: calc(50% - 39px);
}

.honor-section .div-img:hover .overlay-link{
    opacity: 1;
}

.company-videos{
  margin-top: 85px;
  margin-bottom: 65px;
}



.honor-section .div-img{
  overflow: hidden;
}

.honor-section .div-img img{
  transition: all .6s;
}

.honor-section .div-img:hover img{
  transform: scale(1.1);
}

.honor-section  .div-text{
  text-align: center;
}

.honor-section  .div-text a{
  display: block;
  padding: 20px 15px;
  color: #fff;
  background: #bf1b1b;
}

.fancybox-slide video{
  width: 70%;
}

/**
 * 荣誉证书END
 */


/**
 * 企业视频
 */
.company-videos .item .div-img{
  padding: 0;
}

.company-videos .item .div-text a{
  background: #f2f2f2;
  color: #262626;
}

.company-videos .item:hover .div-text a{
  color: #fff;
  background: #bf1b1b;
}


/**
 * 工程案例
 */

.cases-m-cates{
    display: -webkit-box;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    padding: 25px 0;
    position: relative;
}

.cases-m-cates::-webkit-scrollbar{
  display: none;
}
.cases-m-cates ul{
  display: contents;
  flex-wrap: wrap;

}

.cases-m-cates ul li{
  display: inline-block;
  width: 20%;
  text-align: center;

}

.cases-m-cates ul li a{
  display: block;
}
/**
 * 工程案例EDN
 */

/**
 * 工程案例详情
 */
.case-detail .main{
  padding: 45px 25px;
  background: #f8f8f8;
}

.case-detail .main .title h2{
  font-size:24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.case-detail .main .meta{
  padding-bottom: 15px;
  border-bottom: 1px solid #c9c1b4;
  font-size: 14px;
}

.case-detail .main .meta .d2 a{
  padding: 5px 15px;
  color: #fff;
  background: #bf1b1b;
}

.case-detail .main .content{
  padding: 25px 0;
  min-height: 250px;
}

.rec-cases{
  position: relative;
  padding:0 25px;
  margin-top: 45px;
}

.rec-cases .comm-title{
  margin-bottom: 45px;
  margin-top: 65px;
}

.nnews-section{
  margin-top: 65px;
  margin-bottom: 65px;
}
.nnews-section .item{
  margin-bottom: 25px;
  background: #f2f2f2;
}

.nnews-lists .item a{
  display: block;
  color: #262626;
}

.nnews-lists .item .title{
  font-size: 20px;
  margin-bottom: 15px;
}

.nnews-lists .item .des{
  margin-bottom: 15px;
  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nnews-lists .item .meta{
  padding-top: 20px;
  border-top: 1px solid #cacaca;
  font-size: 18px;
  font-weight: bold;
  color: #797979;
}

.nnews-lists .item:hover .meta{
  color: #bf1b1b;
  border-top: 1px solid #bf1b1b;
}

.nnews-lists .item .div-text{
  padding: 15px 25px;
}

.news-detail{
  margin-top: 65px;
  margin-bottom: 65px;
}

.prev-next{
  margin-top: 25px;
}

.prev-next .d2 a{
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  background: #bf1b1b;
  font-size: 18px;
}

/**
 * 文件下载
 */
.download-section{
  margin-top: 65px;
  margin-bottom: 85px;
}
.downloadlists .item a{
  display: block;
  width: 100%;
  height: 100%;
  color: #262626;
  padding: 25px 15px;
}

.downloadlists .item{
  margin-bottom: 25px;
  background: #f2f2f2;
  
  font-size: 18px;
}

.downloadlists .item .d2{
  position: relative;
}

.downloadlists .item .d2:before{
  position: absolute;
  content: "";
  width: 30px;
  height:26px;
  background-image: url(../images/download.png);
  background-repeat: no-repeat;
  background-position: right center;
  left: -40px;
  transition: all .3s;
}

.downloadlists .item:hover a{
  color: #bf1b1b;
}

.downloadlists .item:hover .d2:before{
  background-position: left center;
}

/**
 * 联系我们
 */
.contact-section{
  margin-top: 65px;
  margin-bottom: 85px;
}

.ncontact-infos .item{
  position: relative;
  padding: 95px 25px 65px 25px;
  background: #f2f2f2;
  min-width: 28%;
  margin: 25px 25px;
}

.ncontact-infos .item .d1{
  position: absolute;
  left: -25px;
  top: 40px;
}

.ncontact-infos .item .d1 span{
  color: #fff;
  background: #bf1b1b;
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: bold;
}

.ncontact-infos .tel{
  margin-bottom: 10px;
}

.ncontact-infos .tel strong{
  color: #bf1b1b;
}

.ncontact-infos .d3 p{
  max-width: 332px;
}

.ncontact-infos .d3>div{
  margin-bottom: 10px;
}

.comm-s1{
  min-width: 45px;
}


/**
 * 
 */
.section-job{
  font-size: 16px;
}

.section-job .top-title{
  margin: 45px 0;
  font-weight: bold;
  font-size: 18px;
}

.section-job .main{
  padding: 0 15px;
  margin-bottom: 125px;
}

.section-job .main .job-title{
  background: #bf1b1b;
  color: #fff;
  padding: 25px 35px;

}

.section-job .card{
    border: unset;
}

.section-job .card-header{
  background-color: unset;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0!important;
}

.section-job  .card-body{
  background: #f6f8fd;
  padding: 45px 8%;
}

.section-job  .accordion .card .card-header .btn:focus{
  box-shadow: none;
}


.section-job  .accordion .card .card-header .btn{
  background-image: url(../images/rczp2.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 25px;
  color: #262626;

}

.section-job  .accordion .card .card-header .collapsed{
   background-image: url(../images/rczp.png);
   background-repeat: no-repeat;
   background-position: right;
}

/**
 * 投资者关系
 */
.gaikuang-section{
  margin-bottom: 65px;
}

.gaikuang-section table{
  font-size: 16px;
}
.gaikuang-section th{
  min-width: 150px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  background: #f2f9fc;
   padding: 15px 25px;
}

.touzi-cate  .item a{
  padding: 15px 15px; 
}

.gaikuang-section .table-bordered td, .gaikuang-section .table-bordered th{
    border: 1px solid #b5e9ff;
   
}

.gaikuang-section .table-bordered td{
  padding: 15px 15px 15px 35px;
}



.touzi-cate .item:not(:last-child){
  border-right: unset;
  margin-right: 25px;
}

/**
 * 公告信息
 */

.gonggao-section{
  margin-bottom: 85px;
}
.gonggao-section .main{
  border: 1px solid #b5e9ff;
}

.gonggao-section .main .item:not(:last-child){
  border-bottom: 1px solid #b5e9ff;
}

.gonggao-section .main .item:nth-child(odd){
  background: #f2f9fc;
}

.gonggao-section .main .item a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 25px;
  font-size: 16px;
  color: #262626;
}



.gonggao-section .main .item .date{
  min-width: 105px;
}

.gonggao-section .main .item a:hover .title{
  color: #cd3333;
}

.gonggao-section .main .item .online{
  min-width: 100px;
  margin-left: 25px;
  padding-left: 35px;
  background-image: url(../images/view.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.gonggao-section .main .item a:hover .online{
  background-image: url(../images/view-hover.png);
}

.touzi-slider .infos{
  font-size: 18px;
  margin-top: 25px;
}

.touzi-slider .title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

.touzi-slider .des{
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 30px;
}

.touzi-slider  .infos strong{
  display: block;
  width: max-content;
}

.touzi-slider  .infos>div{
  margin-bottom: 10px;
}

.gonggao-section .message .title{
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d8d8d8;
}

.gonggao-section .message input{
  height: 65px;
  line-height: 65px;
}

.gonggao-section .message input,.gonggao-section .message textarea{
  border: 1px solid #d8d8d8;
  border-radius: 0;
  width: 100%;
  
  padding-left: 15px;
}

.gonggao-section .message textarea{
  margin-top: 25px;
}

.gonggao-section .message button{
  border: none;
  margin: 25px auto;
  padding: 15px 25px;
  color: #fff;
  background: #bf1b1b;
}















